
@import url('./Resources/usefullLINKSanim.css');

* {
    overflow-anchor: none;
}

.testing-div {
    width: 500px;
    height: 500px;
    display: block;
    border: 5px dashed red;
}



/*About FIRST*/




/*For the first page */



/*  end of FIRST page styles (some are on the html document itself)*/



/*usefull links animation*/
@import url();









/*-------------------------------------------------------------------------------------------------------------------------------------------------*/





/*GENERAL STYLES*/

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:root {
  --paraFont: Georgia;
  --SecondHeadFont: Verdana;
  --mainTextColor: white;
  --altLinkColor: rgb(255, 235, 124);
  --formalFont: 'Times New Roman';
  --bodyColor: grey;
  /*--bodyColor: hsl(0, 0%, 28%);*/
  --goldStyleColor: ;
  --visitedLinkColor: white;
  --h3FontSize: 18pt; 
  --mainDivColor: rgb(56, 56, 56);
}

hr {
  margin-bottom: 80px;
}

p {
  font-size: 12pt;
}

.h1-main {
  color: var(--mainTextColor); padding: 15px;
  width: 80%; margin: auto;
  text-shadow: 3px 3px black; text-align: center;
  background-image: linear-gradient(gold, white);
  font-size: 30pt; border-radius: 0px 0px 10px 10px;
  font-family:Arial, Helvetica, sans-serif;
  -webkit-text-stroke-color: black; -webkit-text-stroke-width: 1px;
  overflow-x: hidden; /*margin: 20px 10px 0px 10px; */
  margin: auto;
}


.div-main {
  max-width: 1000px; border: 2px solid black; margin: auto;
  padding: 3vw; background-color: var(--mainDivColor);
  color: var(--mainTextColor); margin-top: 45px;
  font-size: 1.2rem; border-radius: 12px; font-family: var(--paraFont);
  position: relative; margin-bottom: 60px;
  outline-style: double;
  outline-color: #000000;
  outline-width: 10px;
  outline-offset: 3px;

} 

div h2 {
  font-size: 20pt; font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*.resource-section-pattern {
    background-image: url(./images/graphics/whitegrid.jpg);
    -webkit-mask-image: linear-gradient(to bottom black 70%, transparent 100%);
    border-radius: 20px;
}*/


body { background-color: var(--bodyColor); padding: 0; margin: 0; }

a { color: var(--altLinkColor); }

a:visited { color: var(--visitedLinkColor); }

div {
    unicode-bidi: isolate; box-sizing: border-box;
}

.formal-message  {
  font-style: italic; font-family: 'Times New Roman';
  margin: 0px 20px 10px 20px;
}

figcaption {
  font-family: var(--paraFont); border: 0px 2px 2px 2px;
  border-color: gray; border-style: inset;
}
/*General styles end*/




/*1. HOME PAGE*/


/*.loading-screen-container {
   position: fixed;
z-index: 8;
width: 100%;
height: 100%;
background-color: black;
margin: 0;
padding: 0;
box-sizing: border-box;
}

#bar-container {
    border: 3px solid white;
    overflow: none;
    padding: 5px;
    width: 34vw;
    position: relative;
    left: 34vw;
    top: 10vw;
    display: inline-block;
}


#loading-bar {
width: 0;
background-color: yellow;
animation-name: "load-in";
animation-duration: 3s;
animation-fill-mode: forwards;
}

@keyframes load-in {
    10% {width: 10%;}
    30% {width: 25%;}
    70% {width: 66%;}
    100% {width: 100%;}
} 

@keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

#image-container-main {
    margin-top: 30px;
    max-width: 1000px;
    height: 600px;
    border: 3px solid blue;
    margin: auto;
}

hgroup h1 {
    color: white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 10px;
}

hgroup p, blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    padding: 0px 30px 0px 30px;
}

hgroup a {
    color: white;
}

#group1 h1 {
    text-align: center;
}


.sponsor-image-container h5 {
    font-family: Courier; font-size: 1.5rem;
    text-align: center; display: block;
    background-image: url("C:\xampp\htdocs\NewWebsite26\images\graphics\metallic gray.jpg");
    color: white;
    height: 40px; padding: 5px 5px;
    margin: 20px; border: 2px solid gold;
}

.sponsor-image-container label {
    display: block;
    color: gold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28pt; font-weight: 600; text-align: center;
    font-style: italic;
}

.sponsor-image-container p {
    color: yellow;
    text-align: center; font-size: 18pt;
    margin: 5px;
}

.sponsor-image-container li {
    color: gold;
    margin-top: 10px;
    list-style-image: url("C:\xampp\htdocs\NewWebsite26\images\graphics\gray_event_arrow.png");

    
}


.scroll-box {
    padding: 0;
    max-height: 200px;
    overflow-y: hidden;
    margin: 0;
}
*/
.scroll-box p {
    height: 34px; animation: scroll-animation;
    animation-duration: 20s;
    /*animation-delay: 2s; */ position: relative;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
} 

/*start editing header main here*/

#div-logosContainer {
  width: 100%; border-top: 8px solid linear-gradient(gold to black);
  padding-top: 15px; padding-bottom: 15px;
  background-image: url("../images/graphics/BannerWhiteGrid.jpg"); background-repeat: no-repeat; background-size: 100% 100%; 
  background-position: center; display: flex; box-sizing: border-box;
  justify-content: center; align-items: center;
}


#main-logo {
  height: 100px; max-width: 100%; object-fit: contain;
}

/*#loadingScreenAnim{
    -webkit-animation-name: "loading";
    animation-name: "loading";
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 5ms;
}*/

/*#loadingInText {
    color: white;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
} */

.cougar-emblem:first-child {
  transform: scaleX(-1); height: 10vw;
} 

.cougar-emblem {
  height: 11vw; align-items: center;
}

@media screen and (max-width: 800px) {
.cougar-emblem:first-child {
  display: none;
}
}


h3 {
  font-size: var(--h3FontSize);
}


/*#div-homepage-column1 {
  overflow-x: hidden; background-color: rgb(99, 99, 99);
  padding: 10px;
}

#div-homepage-column2 {
    float: right;
    clear: both;
    width: 2000px;
    height: 100%;
    background-color: black;
    box-sizing: border-box;
} */


/*END OF 1.*/


/*for LOADING SCREEN Animation*/

.loading-screen-container {
  color: white; background-color: black;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  position: fixed; z-index: 6;
  width: 100%; height: 100%;
  margin: 0; padding: 0;
  box-sizing: border-box;
}
@keyframes load-in {
    10% {width: 10%;}
    30% {width: 25%;}
    70% {width: 66%;}
    100% {width: 100%;}
} 

@keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

#bar-container {
  border: 3px solid white;
  overflow: none;
  padding: 5px; top: 10vw;
  width: 34vw;
  position: relative;
  left: 34vw;
  display: inline-block;
}


#loading-bar {
width: 0;
background-color: yellow;
animation-name: "load-in";
animation-duration: 3s;
animation-fill-mode: forwards;
}





/*2. HEADER MENU*/


#flex-menu {
  display: flex; flex-direction: row;
  align-items: flex-start;
  font-family: 'Franklin Gothic Light', 'Arial Narrow', Arial, sans-serif;
  /*margin-left: 27%;*/ margin-top: 10px; position: relative; position: sticky; top: 0;
  margin: 0; z-index: 5;
}

.dropdown-container {
  position: relative; width: 20vw;
}


.dropdown-menu {
  background-color: black;
  color: var(--mainTextColor); padding: 16px; font-size: 16px;
  border-bottom: 3px solid rgb(207, 207 , 207); cursor: pointer;
  text-align: center;
   transition: background-color 0.5s, text-shadow 0.2s, color 0.5s, text-align 0.2s;
}

@media screen and (max-width: 600px) {
  .dropdown-menu {font-size: 8pt;}
  .dropdown-submenu {font-size: 9pt;}
}

.fade {
    position: relative; mask-image: linear-gradient(black, transparent);
  -webkit-mask-image: linear-gradient(black, transparent); mask-clip: border-box;
}

.dropdown-submenu {
  display: none; margin-left: 0px;
  position: absolute; background-color: gold;
  min-width: 90px; min-height: 68px;
  box-shadow: 0px 8px 20px 0px rgb(80, 80, 80);
  }

@media screen and (max-width: 800px) {
    .dropdown-submenu {
        margin-left: -45px;
    }

    #flex-menu {
        margin-left: 0;
    }
}

.dropdown-submenu a {
  color: black; padding: 12px 16px;
  text-decoration: none; display: block;
  overflow: hidden; white-space: nowrap;
}

.dropdown-submenu a:hover {
  background-color: yellow;
  color: black;
}

.dropdown-container:hover .dropdown-submenu {
  display: block;
}

.fade:hover .dropdown-submenu {
  display: block;
}

/*.fade:hover .dropdown-menu {
  background-color: rgb(62, 62, 62); color: black;
  text-decoration: underline;
}*/

.dropdown-container:hover .dropdown-menu {
  background-color: rgb(138, 137, 137); color: white;
  text-shadow: 0px 5px black; text-align: right;
}



/*END OF 2.*/


/*3. FOOTER*/
#footer-div {
  background-color: gold; box-shadow: 2px 2px 2px black;
  width: 100%; display: block; 
  padding-top: 40px; padding-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif; font-size: 16pt;
  box-shadow: inset 29px 34px 30px 0px rgba(0, 0, 0, 0.40);
  outline: 6px double black;
}

#footer-div > a {
  color: inherit; letter-spacing: 3px;
  text-decoration-line: underline; text-decoration-style: dashed;
  margin-left: 5vw; padding-bottom: 25px;
}

/*END OF 3.*/


/*4. ABOUT FIRST*/
.FIRST-page-logo { height: 100px; }

.first-list {
  list-style: none; margin-top: 10px;
}

.box-containerHeader {
  color: darkgray; margin: auto;
  text-shadow: 4px 0px gray; font-size: 35pt;
  box-sizing: border-box; font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 100%; text-align: center;
  background-color: black;
}

.box-containerContent {
  width: 100%; box-sizing: border-box; margin: auto;
  position: relative; color: var(--mainTextColor);
  background-image: url(../images/graphics/black_checkered.webp);
  background-blend-mode: darken;
  border: 3px solid gray; padding: 10px;
  font-size: 12pt; opacity: 1;
}

.box-containerContent > p {
  text-indent: 15mm;
}

.FIRST-background-image {
  background-image: url("./images/Worlds\ Comp.jpg");
  height: 100%; background-size: cover;
  background-attachment: fixed;
  border: 3px solid purple; background-repeat: no-repeat;
    
}

/*END OF 4.*/


/*5. TEAM HISTORY*/
#history-intro-para {
  text-indent: 1.5cm; font-family: Arial, Helvetica, sans-serif; font-size: 14pt;
}

.history-content {
  color: gold; border-bottom: 2px solid gray;
  width: calc(100% - 10%); /*-webkit-mask-image: linear-gradient(black, transparent); -webkit-mask-size: 10%;*/
  margin: auto; font-size: 12pt;
  height: 500px; overflow-y: auto;
}

#history-image {
  width: 285px; border: 2px solid white;
  border-radius: 20px; box-shadow: 15px 20px 10px black;
  margin: 20px 40px 40px 0px;
  display: inline; margin-left: 1vw;
}

.historyDesc {
    width: 500px; position: relative; left: 350px;
}

.history-content > p{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600; border-bottom: 2px solid gray;
  font-size: 20pt; margin: 20px; text-align: center;
}

.year-selector {
  display: flex; flex-direction: row; flex-wrap: nowrap;
  height: 50px; clear: both; margin: auto;
}

.year-selector p {
  text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0; height: 100%; text-decoration-line: overline;
  align-content: center; margin: 0px 10px 0px 10px;
}

.year-button-left{
  border-radius: 5px 0px 0px 5px; height: 100%;
  background-image: url(./images/graphics/metallic\ gray.jpg);
}

#year-button-middle {
  background-color: blue;
}

.year-button-right{
  border-radius: 0px 5px 5px 0px; height: 100%;
  background-image: url(./images/graphics/metallic\ gray.jpg);
}

@media only screen and (max-width:600px) {
    .history-content > div {
    border: 5px solid orange; width: calc(100% - 12px);
}
}
/*END OF 5.*/


/*6. SPONSORS PAGE*/
td.sponsorTableData {
  border:3px outset black; padding: 14px;
  text-align: center; color: gold; padding:0;
  background-color: grey; font-size: 14pt;   
}

#sponsor-levels > li {
  margin-bottom: 10px;
  font-size: small;
}

th.sponsorTableHeader {
    color: gold; font-family: Verdana, Geneva, Tahoma, sans-serif; text-align: center;
}

table.sponsorTable {
  width: 100%; margin: auto;
  padding: 25px; overflow-x: auto;
}

.noLinkStyle { color: gold; text-decoration-style:dotted; text-decoration-color: black; font-size: 16pt; }

img.sponsorList { height: 40px; }

@media screen and (max-width: 600px) {
td.sponsorTableData  { display: block; width: 100%; }

.sponsorTableHeader { display: none; }
}
/*END OF 6.*/


/*7. AWARDS PAGE*/
ul.Awards { margin: 10px; padding-left: 40px; }

.awards-title {
  display: inline; font-size: clamp(10pt, 16pt, 18pt);
  align-self: center; padding: 0vw 3vw 0vw 3vw; text-align: center;
}

.trophyImage {
  display: inline;  width: 100px; vertical-align: "center";
  aspect-ratio: fixed; object-fit: contain;
}

.Awards li {
     padding: 10px;
}

.spacerDiv {
    display: block;
    height: 40px;
    width: 100%;
}

.awards-div {
    color: gold;
    background-repeat: no-repeat; background-clip: content-box;
    image-rendering: smooth;
    
}

.awards-div + h3 {
 font-size: var(--h3FontSize);
}

/*END OF 7.*/


/*8. IMPACT PAGE*/

.picture-with-list-div {
  overflow-y: scroll; background-color: black;
  width: 400px; aspect-ratio: 3/2; display: inline;
  background-blend-mode: lighten; width: 50%;
  margin: 24px; padding: 0; float: left;
  overflow-anchor: none;
}

@media only screen and (max-width: 600px) {
  .picture-with-list-div {
    width: 300px;
  }
}

.picture-with-list-div p {
  margin-left: 20px; font-size: 11pt; color: black;
  font-family: var(--paraFont); background-color: rgb(153, 153, 255);
}

.side-pictures {
  width: 300px; 
  float: right; margin-bottom: 3px; margin-top: 3px;
  mask-clip: fill-box; filter: sepia(30%);
  mask-mode: alpha; mask-position: center;
}

.article-block { width: 100%; display: inline; font-size: 14pt; font}

.impact-title {
  font-size: 24pt; letter-spacing: 5px;
  border-left: 50px solid gold; padding: 20px; margin-left: 0;
  border-bottom: 10px solid white;
}
.box-images {
  width: calc(100% - 40px); filter: contrast(120%);
  margin-left: 20px; object-fit: cover;
}

.video-box {
  /*background-image: url(../images/graphics/gray\ and\ black\ checkered.webp);*/
  background-color: black;
  width: 20vw; border-radius: 20px 20px 20px 20px;
  padding: 40px; width: 95%; margin: auto; border: 20px solid transparent;
  border-image-source: url(../images/graphics/grey_stripes.jpg); border-image-repeat: round;
  border-image-slice: 30 20% 30 20%; outline: 3px solid white; outline-offset: -24px; outline-color: rgb(178, 178, 178);  
}

#list-holder {
  width: 50%; float: left;
}

.event-data {
  margin: 20px; color: black; width: 100%;
  border-bottom: 2px solid gold; background-color: rgb(91, 91, 91);
  padding-bottom: 10px; padding-top: 10px; padding-left: 10px; display: inline-block;
}

.impact-video {
  aspect-ratio: 16 / 9;
}


/*
    border-image: source slice width outset repeat|initial|inherit;


*/

#video-header {
  background-color: gold; color: black; border-radius: 12px 0px 0px 0px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  width: 10rem; height: 50px; text-align: center; letter-spacing: 1.8; margin-left: 10px;
  box-shadow: 1px 0px 40px 20px rgba(172, 160, 34, 0.5); z-index: 8;
}


/*END OF 8.*/


/*9. MEMBERS AND MENTORS*/
/*All styles in this section shall be used for both members and mentors*/


.memberSTAT {
  color: var(--mainTextColor); text-decoration: none;
  position: relative; padding-left: 20px; display: inline-block;  
}

.memberNAME {
  color: gold !important; text-align: center;
  font-size: 22pt; letter-spacing: 0.1cm; font-family: Georgia, 'Times New Roman', Times, serif; transform: scaleY(1.2);
  
}

/*div for mentor section*/
.description-box {
  width: 100%; z-index: 1; position: absolute; top:0; right:0;
  display: block; background-color: inherit;
  padding: 4vw, 0vw, 4vw, 4vw;
}

/*div Operations*/
/*.description-box2 {
  width: 100%; z-index: 2; position: absolute; top:0; right:0;
  border: 2px dashed white; display: block;
  background-color: black;
  padding: 4vw, 0vw, 4vw, 4vw;
  z-index: 2;
}

.description-box3 {
   width: 100%; z-index: 3; position: absolute; top:0; right:0;
  border: 2px dashed white; display: block;
  background-color: black;
  padding: 4vw, 0vw, 4vw, 4vw;
  z-index: 3;
}

.description-box4 {
  width: 100%; z-index: 3; position: absolute; top:0; right:0;
  border: 2px dashed white; display: block;
  background-color: black;
  padding: 4vw, 0vw, 4vw, 4vw;
  z-index: 4;
} */

.faded-box{
  opacity: 0.5;
}

/*div used for mentors section*/

.boundry-box {
  float: right; height: 400px; overflow-y: scroll;
  top: 0; width: clamp(20px, 80vw, 90%); position: relative;
  border: 2px dashed white;
  background-color: black;
  padding: 4vw, 0vw, 4vw, 4vw;
  
}

#branchDIV {
  display: flex; flex-direction: column;
  gap: 10px; padding: 0; width: 100%;
  justify-items: start; align-items: baseline;
}

.boundry-box-selection {
  top: 80px; position: sticky;
  float: left;
}

#branchDIV div {
  height: 120px; width: 40px; 
  /* background-image: src("./images/graphics"); */
  background-color: rgb(177, 150, 0); border-radius: 15px 0px 0px 15px;
  border: 2px solid black; border-collapse: collapse;  
  padding: 0px 10px 0px 10px; font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: red;
  font-style: italic; font-weight: bold; font-size: 1rem; align-content: center; text-align: center;
}

#branchDIV a {
  color: var(--mainTextColor);
}

#branchDIV div:hover {
  background-color: black; color: var(--mainTextColor);
  text-decoration-line: underline;
}

#branchDIV div:active { background-color: grey; }

.memberDescriptors {
  text-decoration: inherit; list-style-type: square;
  line-height: 2;
}

.memberDescriptors > li {
  text-align: left; letter-spacing: 1px;
  font-size: 14pt; overflow-wrap: break-word;
}

@media screen and (max-width: 600px) {
  .memberDescriptors > li {font-size:10pt;}
  .memberNAME {font-size: 14pt;}
}

li > b {
  text-shadow: 2px 2px gray; font-family: Arial, Helvetica, sans-serif;
} 

li > q {
  display: block; text-indent: 2cm;
}

.info-container img {
  border: 2px solid orange;
  width: 100%; float: right; 
  width: 400px; height: 400px;
}

.member-image {
  border: 2px solid white; border-radius: 10px;
  /*aspect-ratio: 4/3;*/ display: block; margin: 30px;
   float: right; padding: 0;
}

.member-image img {
border-radius: 10px; /*aspect-ratio: 4/3;*/ height: 180px;
}

/*END OF 9.*/


/*10. CONTACT US*/
[title~="contact-us"] {
  background-color: beige;
  color: black; border: 8px dashed white;
  font-family: 'Courier New', "Garamond", "Times New Roman";
}

input, textarea { caret-color: blue; }

#joinMessage {
  color: rgb(173, 147, 0); text-shadow: 1px 1px gold;
}

#contactUsFlexbox {
    display: flex;
    flex-direction: column;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border: 2px solid gray;
    padding-left: 8vw;
    overflow: hidden;
}


#contactUsFlexbox a {
color: gray;
}

.contactHeading {
    font-weight: bold;
    text-align: center;
}

.canvas-container {
    width: 100%;
    display: block;
}
/*END OF 10.*/


/*11. CONTACT US*/

/*END OF 11.*/


/*12. USEFULL LINKS PAGE*/
.resource-link-revealButton {
    color: #333333;
    background-color: #cccccc; width: 100%;
    text-align: left; border: 0; margin-bottom: 34px;
}

.resource-link-revealButton:hover {
    background-color: rgb(129, 137, 165);
    border: 3px solid rgb(225, 225, 225);
}

.resource-link-revealButton:active { background-color: gold; }

.resourcePage-box {
  background-image: repeating-linear-gradient(silver, white 10%, silver 20%), linear-gradient(to top, black 10%, white 80%, black);
  background-clip: padding-box, border-box;
  background-origin: border-box; border: 5px solid transparent;
  color: black; width: 100%;
  border-radius: 20px 20px 20px 20px;
  display: none; margin-bottom: 34px;
  overflow-x: hidden;
}

.resourcePage-box ul { padding: 25px; opacity: 1; }

.resourceLink { color: rgb(111, 96, 8); padding-left: 20px; }
/*END OF 12.*/


/*13. TRAINING MATERIALS*/
.training-link-container {
  display: flex;  flex-direction: row;
  justify-content: space-evenly; column-gap: 100px;
}

@media screen and (max-width: 700px) {
    .training-link-container { flex-direction: column; }
}

.training-link-container h3 { font-size: var(--h3FontSize); }

.training-link-container h2 { font-size: 30pt; display: inline; text-decoration: underline; }

.nav-seperator { float: right; }

/*END OF 13.*/


/*14. SAFETY PAGE*/


ol.saftey-list { list-style-type: lower-roman; margin-left: 12vw; }

ul.saftey-list {
    list-style-type: upper-roman;
    border: 3px solid rgb(147, 147, 147); display: inline-block;
}

table.saftey-table {
  font-size: 1rem; border-spacing: 8px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  border: 2px solid gray; margin: auto;
}

th.ht { background-color: darkblue; }

.tc {
  background-color: black;
  margin: 3px; border-radius: 10px;
}

th, td { padding: 8px; }

tr:nth-child(odd) { background-color: darkgray; }

section h2 { text-align: center; }

.PPE-images-div {
  border: 2px solid lightcoral; width: 100%;
  display: flex; flex-direction: row; flex-wrap: wrap;
}

.saftey-equipment {
  border-image-source: url(../images/graphics/paper_texture.avif);
  border-image-width: 15px 15px 45px 15px;
  height: 200px; width: 300px; margin: 5px;
  position: relative; background-color: #ffffff;
}

.saftey-equipment img {
  margin: auto; height: 100%;  max-width: 300px;
  display: block; transition: opacity 0.75s ease-in-out;
}

.saftey-equipment p {
  position: absolute;
  top: 0; left: 0;
  background-color: grey;
  color: #000000;
  width: calc(100% - 20px); height: calc(100% - 20px);
  opacity: 0;  margin-top: 0;
  padding: 10px; transition: opacity 0.75s ease-in-out;
}

.saftey-equipment:hover img { opacity: 0; }

.saftey-equipment:hover p { opacity: 1; }

/*END OF 14.*/




/*15. possible robot card*/

/*END OF 15.*/

/*TEAM STRUCTURE PAGE*/

#branch-image { width: 500px; }

/*IMPACT VIDEO PAGE*/

.video-page-video {
  width: 100%; border: 6px groove white; padding: 20px;
  box-sizing: border-box; background-image: url(../images/graphics/whitegrid.jpg);
  background-attachment: fixed;
}


@media screen and (width <= 700px) {
  
  .video-page-header {
    font-weight: 200; text-align: center; border: 2px solid gray;
    font-size: 14pt;
  }

  .div-main {
    border-radius: 0;
  }
}

.video-page-header {
  border-left: 25px solid grey; padding-left: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.gold-bar {
  width: 100%; height: 20px; margin: 50px 0px 100px 0px; border-radius: 10px; 
  background-image: url(../images/graphics/goldBackground.jpg); filter: blur(2px);
}
